Skip to content

Conversation

manicmaniac
Copy link
Member

@manicmaniac manicmaniac commented Sep 26, 2025

https://github.com/quipper/aya-issues/issues/94298 の対応のため sample project でビルドして動作確認したかったが、Xcode 16.4 / Ruby 3.3.6 でビルドができなかったので修正しました。

なお、これまでの変更箇所が多すぎて upstream に追従するのはもはや不可能に思えます。

  • Run bundle update --bundler
  • Run bundle update cocoapods
  • Run bundle exec pod install
  • Run bundle exec pod update SwiftLint PINRemoteImage
  • Force upgrade deployment target of Pods
image

@manicmaniac manicmaniac self-assigned this Sep 26, 2025
@manicmaniac manicmaniac changed the title build example project Build example project Sep 26, 2025
@manicmaniac manicmaniac marked this pull request as ready for review September 26, 2025 11:29
Comment on lines +26 to +27
# https://stackoverflow.com/a/77513296
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あ、今まではミニマムのターゲットがいなかったんですね。
QLEARN_DEPLOYMENT_TARGET 17.0とは異なりますが、QLearnより高くなければ何でも問題はないので良さそう🙆‍♀️

Copy link

@elliekwon elliekwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

依存性関連でバージョンアップしたことを理解しました🚀

@manicmaniac
Copy link
Member Author

runner が古い (macOS-11) ので CI が回りませんね。

https://github.com/quipper/MessageKit/blob/master/.github/workflows/ci_pr_tests.yml#L8

直すのが大変なのと、この PR のスコープは example project のビルドだけなので merge しちゃいます。

@manicmaniac manicmaniac merged commit 78b8e86 into master Oct 9, 2025
0 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants